home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / windows / winxs16.zip / WHATSNEW.TXT < prev    next >
Text File  |  1996-07-10  |  10KB  |  209 lines

  1.  
  2.                             WinXs Version 1.5
  3.                       Copyright (C) 1996 Mick Meaden
  4.                            All Rights Reserved
  5.  
  6.        This file contains a summary of new features in each release
  7.        of WinXs since version 1.0:
  8.  
  9.        VERSION 1.5
  10.  
  11.           - Csplit utility added.  Splits a text file based on con-
  12.             text.  Sections of a named input file can be written to
  13.             different output files or skipped based on an  argument
  14.             list, which consists of a series of regular expressions
  15.             and line numbers that indicate the end  of  each  input
  16.             section.  Any  lines  left  in the input file after all
  17.             arguments have been matched are written out as a single
  18.             section to the last output file.
  19.  
  20.           - Sort utility added.  Sorts and/or merges  one  or  more
  21.             text  files,  either  numerically or lexicographically.
  22.             Options allow the sort order to be reversed, dictionary
  23.             sorting,  case  folding, blanks or non-printing charac-
  24.             ters to be ignored, and duplicate lines to  be  omitted
  25.             from the output.
  26.  
  27.           - Nl utility added.  Adds line numbers  to  one  or  more
  28.             text files.  Line numbers can be left or right justifed
  29.             and padded with spaces or zeros.  Optionally, all lines
  30.             of text can be numbered, or numbering can be limited to
  31.             non-blank lines only.
  32.  
  33.           - Pax.  Added facilities (a) to copy an archive  listing,
  34.             as displayed in the output window, to the Windows clip-
  35.             board, and (b) to list an  archive  in  long  or  short
  36.             form, as selected by the Verbose item on the View menu.
  37.  
  38.           - Uudecode.  Fixed to accept input files containing  mul-
  39.             tiple  uuencoded  files.  Also, DOS name mangling added
  40.             to the 16-bit version as per the Pax utility.
  41.  
  42.           - Added context sensitive  help  to  all  command  dialog
  43.             boxes  and  generalised  Man  help on the WinXs menu in
  44.             File Manager.
  45.  
  46.           - WinXs Shell (32-bit version  only).   Added  facilities
  47.             (a)  to  output  directory  listings in either short or
  48.             long format, (b) to refresh the output display automat-
  49.             ically whenever a change in the contents of the current
  50.             directory is detected, (c) to display a  column  header
  51.             above   long  format  output,  and  (d)  to  pass  long
  52.             filenames to 32-bit apps only; short 8.3 filenames  are
  53.             passed   to  Windows  16-bit  and  DOS  apps.   Windows
  54.             equivalents of the cal(1) and df(1) commands are  added
  55.             to  the  Utilities  and  File menus respectively.  Also
  56.             fixed a bug that caused program errors to be  generated
  57.             when folders contained very long filenames.
  58.  
  59.        VERSION 1.4
  60.  
  61.           - Pax utility added.  This provides a  Windows  interface
  62.             for the creation, reading and writing of cpio, ustar or
  63.             tar portable archives.
  64.  
  65.           - Interface to gzip changed to  save  the  original  file
  66.             name  in  a  compressed  file,  and  to restore it when
  67.             uncompressing.
  68.  
  69.           - The WinXs shell (32-bit version  only)  improved  in  a
  70.             number  of  ways.   For  example, it is now possible to
  71.             limit the output display to files  matching  a  pattern
  72.             expressed  using DOS wild-card characters. Also the Run
  73.             Dialog is not displayed when a  file  is  selected  for
  74.             execution  by  double-clicking the left mouse button in
  75.             the output window.
  76.  
  77.           - Diff extended  to  resynchronise  over  a  much  larger
  78.             number of lines (i.e., 1024 as opposed to 300 on previ-
  79.             ous versions).
  80.  
  81.           - Bug fixed in grep.exe that limited search  patterns  to
  82.             40 characters.  These are now limited to 32kb.
  83.  
  84.        VERSION 1.3
  85.  
  86.           - WinXs Shell (32-bit version only).  Added for  integra-
  87.             tion with Explorer.  Activated by right-clicking on any
  88.             Folder and selecting the WinXs menu item from the  pop-
  89.             up  context menu.  Also available from the context menu
  90.             associated with the Start button on the  Taskbar.   The
  91.             WinXs  shell provides a UNIX-like directory display and
  92.             easy access to the WinXs tools.
  93.  
  94.           - Grep.  Extended to perform file searches based on  mul-
  95.             tiple  input  patterns, which are specified in the Grep
  96.             dialog as a list of newline separated  regular  expres-
  97.             sions.
  98.  
  99.           - Gzip and Gunzip.  Extended  to  accept  multiple  input
  100.             file  specifications, within limitations imposed by the
  101.             underlying DOS-based gzip program.
  102.  
  103.           - Limits.  All utilities that do filename pattern  match-
  104.             ing  have  been extended to cater for the larger direc-
  105.             tory structures possible on Windows 95.
  106.  
  107.           - More and Hd.  Fixed a problem to do with previewing and
  108.             printing  files  with  very long pathnames.  Also added
  109.             tooltips to the more.exe toolbar (32-bit version only).
  110.  
  111.           - Dos2unix and Unix2dos.  Fixed a problem to do with con-
  112.             verting directories (which somethimes failed to work).
  113.  
  114.        VERSION 1.2
  115.  
  116.           - Introduced a 32-bit version  specifically  for  Windows
  117.             95.   All  other  changes noted below apply to both the
  118.             16-bit and 32-bit versions of the product.
  119.  
  120.           - Added a POSIX.2 compatible implementation of the sed(1)
  121.             stream editor.
  122.  
  123.           - Sed scripts.  Added cat-s.sed which  squeezes  multiple
  124.             adjacent blank lines in its input files, and diff-e.sed
  125.             which generates a sed script from WinXs diff output.
  126.  
  127.           - Filename expansion.  Tools that accept file  specifica-
  128.             tions  possibly containing DOS wild-card characters are
  129.             extended to  accept  a  list  of  space-separated  file
  130.             specifications;   double-clicking  a  filename  in  the
  131.             directory listbox associated with these  tools  appends
  132.             the selected filename to the end of the input file list
  133.             rather than over-writing its existing  contents.   This
  134.             change  affects  cat,  col, compress, dos2unix, expand,
  135.             file, fmt, fold, grep, grex, sed,  strings,  tail,  tr,
  136.             uncompress,  unix2dos and wc.  Note, however, that this
  137.             feature is only supported in registered copies  of  the
  138.             software.
  139.  
  140.           - A View item is added to the File menu of diff, grep and
  141.             the  General  Utilities applete.  This allows filenames
  142.             appearing anywhere in the display window to be selected
  143.             and passed to more for viewing.
  144.  
  145.           - Du.  An option is added to display a space  utilization
  146.             figure after block counts, as a percentage of used file
  147.             space versus allocated file space.  This is useful  for
  148.             checking  how  much  disk  space  is  being wasted as a
  149.             result of your disk partition layout (see Du  help  for
  150.             more information).
  151.  
  152.           - Setup.  New options are added to set  more.exe  as  the
  153.             default text file viewer and/or text file print program
  154.             in the Windows registration database.   This  is  espe-
  155.             cially  useful for integration with Explorer in Windows
  156.             95.  An uninstall option is also added.
  157.  
  158.           - Grex.   Fixed  a  problem  in  end-of-line  processing,
  159.             whereby  the program looped if '$' was specified as the
  160.             search pattern.
  161.  
  162.           - Gzip and Gunzip.  In previous  versions,  the  filename
  163.             for  the  gzip executable was hard-wired into gzip.pif.
  164.             This  is  changed  to  use  the  setting  of  Gzip   in
  165.             winfile.ini,